﻿#东吴
capital = 613

oob = "dongwu"

#国家理念
add_ideas = {
	sour_loser
	general_staff
	limited_exports
	limited_conscription
	partial_economic_mobilisation
}
#护航舰队
set_convoys = 0

#初始民族团结
set_national_unity = 1
#研究插槽
set_research_slots = 0

#政治
set_politics = {
	#党派
	parties = {
		#民主
		democratic = { 
			popularity = 0
		}
		#法西斯
		fascism = {
			popularity = 1
		}
		#共产主义
		communism = {
			popularity = 100
			
		}
		#中立
		neutrality = { 
			popularity = 0
		}
	}
	#执政党=法西斯主义
	ruling_party = democratic
	#上次选举时间
	last_election = "1936.1.1"
	#选举频率=48
	election_frequency = 48
	#允许选举=无
	elections_allowed = no
}
add_opinion_modifier = { target = WEI modifier = hostile_status }
#创建国家领导人
create_country_leader = {
	name = "孙权"
	desc = "POLITICS_WANG_JINGWEI_DESC"
	picture = "gfx/leaders/WU0/sunquan.tga"
	#过期
	expire = "9999.1.1"
	#意识形态
	ideology = socialism
	#特征
	traits = {
		#inspirational_leader
                #fascist_demagogue
		#dictator
                #political_dancer
                #inspirational_leader
                #thorough_planner
	}
}

create_field_marshal = {
	name = "孙权"
	portrait_path = "gfx/leaders/WU0/sunquan.tga"
	traits = { defensive_doctrine trickster logistics_wizard offensive_doctrine winter_specialist trait_engineer fortress_buster panzer_leader   fast_planner thorough_planner organisational_leader inspirational_leader }
	skill = 3
}
create_corps_commander = {
	name = "周瑜"
	portrait_path = "gfx/leaders/WU0/zhouyu.tga"
	traits = { }
	skill = 2
}